You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > StringsToValues Method > TVec.StringsToValues Method ([In] TStrings, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.StringsToValues Method ([In] TStrings, int, int, int)

Convert strings in aList to double (TCplx) starting at ListIndex.

Syntax
C#
Visual Basic
public TVec StringsToValues([In] TStrings aList, int ListIndex, int Index, int Len);

Store them in the Values array of the calling vector from Index to Index+Len-1. If strings represent complex numbers, then the complex property must be True or an exception is raised. The Length property of the calling vector is not changed. If array bounds are overrun and exception is raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!